docs: fix function name link
authorWilliam Jon McCann <william.jon.mccann@gmail.com>
Tue, 21 Jan 2014 21:57:11 +0000 (16:57 -0500)
committerWilliam Jon McCann <william.jon.mccann@gmail.com>
Tue, 21 Jan 2014 23:57:39 +0000 (18:57 -0500)
gtk/deprecated/gtkaction.c

index 8d8db85da7beb5c56eab91f5333ff54ecccbeae4..0166ea6a271b644fba349941f7f5790a0fffa879 100644 (file)
@@ -1149,7 +1149,7 @@ gtk_action_get_name (GtkAction *action)
  *
  * Since: 2.4
  *
- * Deprecated: 3.10: Use g_simple_action_get_enabled() on a #GSimpleAction
+ * Deprecated: 3.10: Use g_action_get_enabled() on a #GAction
  * instead
  **/
 gboolean
@@ -1176,7 +1176,7 @@ gtk_action_is_sensitive (GtkAction *action)
  *
  * Since: 2.4
  *
- * Deprecated: 3.10: Use g_simple_action_get_enabled() on a #GSimpleAction
+ * Deprecated: 3.10: Use g_action_get_enabled() on a #GAction
  * instead
  **/
 gboolean